home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFER__ / PROTO / P / PD_LIFE_.H < prev    next >
Text File  |  1991-07-27  |  390b  |  23 lines

  1. /* PD_LIFE_INPUT */
  2.  
  3. /* File name: LIFE_INPUT */
  4. /* Function: Handle a modal dialog */
  5. /* History: 7/27/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8.  
  9.  
  10. /* ======================================================= */
  11.  
  12. /* Init any global variables */
  13. void I_PD_LIFE_INPUT(void);
  14.  
  15. /* Handle the modal dialog */
  16. void PD_LIFE_INPUT(void);
  17.  
  18.  
  19. /* ======================================================= */
  20.  
  21.  
  22.  
  23.